home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 September
/
Macworld (1998-09).dmg
/
Serious Demos
/
DesignWorks 4.0.1 Demo PPC
/
Design Kits
/
Generic PCB
/
Scripts
/
GPCB Netlist Script
next >
Wrap
Text File
|
1997-05-30
|
1KB
|
56 lines
{
Format file for simple netlist.
C. Dewhurst 8/10/92
Copyright 1992 Capilano Computing Systems Ltd.
}
$IF($NE(&DesignType, GPCB))
$IF($NOT($ALERT2(This does not appear to be a Generic PCB design. Are you sure you want to proceed?)))
$ABORT
$END
$END
$CHECK(This report form is intended only for FLAT mode designs) $PURE $PHYSICAL
$CREATEREPORT($DESIGNNAME.net) $PROMPT
$NOTES
This format generates a simple netlist file.
Design Hierarchy Mode: Flat
Standard attribute fields used:
Name
Package
Part
Value
Ground
Power
Non-standard attribute fields required:
SigSources
$END
*TITLE $DESIGNNAME generated on $DATE
$ROWS(32000)
$COLUMNS(80)
$COMBDEVSON
$SORT $DEVICES &Part &Package &Value
*PARTS
$DEVICES&Part &Package &Value $DEVNAME
*NETS
$BUSNAMEON(_)
$SIGSOURCE(Ground)
$SIGSOURCE(Plus5V) &Power
$DESIGNSIGSOURCE &SigSources
$AUTONUMBER(3)
$FIND $SIGNALS $NUMPINS(2)
$ASSIGNNAMES $SIGNALS
$ASSIGNNAMES $DEVICES
$SORT $DEVICES $DEVNAME
$SORT $SIGNALS $SIGNAME
$BLANKREPLACE(_)
$CONTSTART( )
$SIGNALS$SIGNAME$COL(15)$PINS